/* Neues Design der FSKlassen */

.überschrift h2 {
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

table {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.fahrschulklassen th {
  color: orange;
  font-size: 18px;
  font-weight: bold;
}

.fahrschulklassen td {
  justify-content: center;
  color: white;
}

.fahrstunden td {
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

.fahrstunden {
  white-space: pre-wrap;
  word-wrap: break-word;
  justify-content: center;
}

.fahrschulklassen li,
td {
  white-space: pre-wrap;
  word-wrap: break-word;
  list-style: none;
  text-align: center;
}

.whiteborder {
  border: 1px solid white;
  margin: 20px 0 20px;
}

.btn {
  background: none;
  color: #70a1ff;
  border: 1px solid #70a1ff;
  padding: 12px 40px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s linear;
}

.btn:hover {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  background: #70a1ff;
  color: white;
}

@media screen and (max-width: 700px) {
  .überschrift h2 {
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }

  table {
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
  }

  .fahrschulklassen th {
    display: none;
  }

  .fahrschulklassen img {
    margin-bottom: 20px;
  }

  .fahrschulklassen td {
    justify-content: center;
    color: white;
    font-size: 12px;
    display: block;
    text-align: center;
  }

  .fahrstunden td {
    box-sizing: border-box;
    font-size: 12px;
    justify-content: center;
    text-align: center;
  }

  .fahrstunden {
    white-space: pre-wrap;
    word-wrap: break-word;
    justify-content: center;
  }

  .fahrschulklassen li,
  td {
    white-space: pre-wrap;
    word-wrap: break-word;
    list-style: none;
    text-align: center;
  }

  .whiteborder {
    border: 1px solid white;

    margin: 20px 0 20px;
  }

  .btn {
    background: none;
    color: #70a1ff;
    border: 1px solid #70a1ff;
    padding: 12px 40px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s linear;
  }

  .btn:hover {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    background: #70a1ff;
    color: white;
  }
}
